ComputeMD5(Byte[]) Method
In This Topic
Computes MD5 hash for specified binary stream
Syntax
'Declaration
Public Overloads Shared Function ComputeMD5( _
ByVal () As Byte _
) As Byte()
public static byte[] ComputeMD5(
byte[]
)
Parameters
- stream
See Also